home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Learning Windows 98 / Learning Windows 98.iso / Install / program files / Velocity.exe / 0 / RCDATA / TEXIBITFORM / TEXIBITFORM.txt
Encoding:
Text File  |  1999-05-10  |  592 b   |  28 lines

  1. object ExibitForm: TExibitForm
  2.   Left = 244
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Exhibit - Click on graphic to close window.'
  7.   ClientHeight = 453
  8.   ClientWidth = 688
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GIFImage1: TGIFImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 688
  23.     Height = 453
  24.     OnClick = GIFImage1Click
  25.     AutoSize = True
  26.   end
  27. end
  28.